home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / prokit34.zip / PROREAD.INT < prev    next >
Text File  |  1991-04-01  |  600b  |  28 lines

  1.  
  2. (*
  3.  * Copyright 1987, 1991 Samuel H. Smith;  All rights reserved
  4.  *
  5.  * This is a component of the ProDoor System.
  6.  * Do not distribute modified versions without my permission.
  7.  * Do not remove or alter this notice or any other copyright notice.
  8.  * If you use this in your own program you must distribute source code.
  9.  * Do not use any of this in a commercial product.
  10.  *
  11.  *)
  12.  
  13. (*
  14.  * PCB ProDOOR ProRead unit - message base reader functions
  15.  *
  16.  *)
  17.  
  18. unit ProRead;
  19.  
  20. interface
  21.  
  22.    uses Tools, BufIO, ProData;
  23.  
  24. procedure read_messages;
  25. procedure message_reader;
  26.  
  27. implementation
  28.